Don't assume time_t can fit into int.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jun 2011 05:50:29 +0000 (22:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jun 2011 05:50:29 +0000 (22:50 -0700)
commit39fda263aca1be5ca5f1a9086ba83ae4e17916c5
treeb165ca4ba18e10e27f0321f8a29357a49db25561
parent6264052ef51585348c5766f419180dd1dd5033a7
parentc456ad9f24717b380228110ffc6e1261945b7484
Don't assume time_t can fit into int.

* buffer.h (struct buffer.modtime): Now time_t, not int.
* fileio.c (Fvisited_file_modtime): No need for time_t cast now.
* undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
src/ChangeLog